From 2d013a739a0e3f50c94885c864dd187c428988c6 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 16 Mar 2015 15:44:42 +0100 Subject: [PATCH] reftests: Fix test on HighContrast theme We are testing -gtk-icon-style and assume the theme doesn't touch it. But HighContrast forces symbolic icons. And that breaks the reference images. So explicitly set "requested" for everything. --- testsuite/reftests/icon-style-basics.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/reftests/icon-style-basics.css b/testsuite/reftests/icon-style-basics.css index a03c5a3835..6ecb7f4545 100644 --- a/testsuite/reftests/icon-style-basics.css +++ b/testsuite/reftests/icon-style-basics.css @@ -1,3 +1,7 @@ +* { + -gtk-icon-style: requested; +} + .regular { -gtk-icon-style: regular; } -- 2.30.2